crypto/aes.aesCipher.dec (field)

5 uses

	crypto/aes (current package)
		cipher.go#L21: 	dec [28 + 32]uint32
		cipher.go#L52: 	expandKeyGo(key, c.enc[:c.l], c.dec[:c.l])
		cipher.go#L81: 	decryptBlockGo(c.dec[:c.l], dst, src)
		cipher_asm.go#L62: 	expandKeyAsm(rounds, &key[0], &c.enc[0], &c.dec[0])
		cipher_asm.go#L96: 	decryptBlockAsm(int(c.l)/4-1, &c.dec[0], &dst[0], &src[0])